/* _______________________________________________________________ */ void global_statistics (void) /* Calculates the mean and standard deviation for data points */ /* in the array gpicval[512][512] */ /* uses several global variables for I/O, gmean,gstddev,gpicval, */ /* gmaxy,gmaxx */ { float sum,sum2,temp; int n,j,k; sum=0.0; sum2=0.0; n=0; for (k=0;k